body {
/*  font-family: '微软雅黑'*/
}

.am-text-gray {
  color: gray;
}

.am-container {
	max-width: 1200px;
}

.am-topbar {
	border: none;
  background-color: #fff;
  margin-bottom: 0;
}

.am-topbar .am-text-ir {
  display: block;
  margin-right: 10px;
  height: 105px;
  width: 235px;
  background: url(../images/logo.jpg) no-repeat left center;
  -webkit-background-size: 235px 105px;
  background-size: 235px 105px;
}

.am-topbar-nav {
    float: right;
}
.am-topbar-nav>li>a {
  line-height: 65px;
  padding: 0 10px;
  margin-top: 20px;
  color: #003B78;
}
.am-topbar-nav>li.am-active>a:after, .am-topbar-nav>li>a:hover:after {
  opacity: 0;
}
.am-dropdown-content {
  background-color: #003B78;
}
ul.am-dropdown-content>li>a {
  color: #fff;
}
.am-dropdown-content:after {
  border-bottom-color: #003B78;
}

.am-pagination {
  text-align: center;
}